home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD Label Designer 1.5 / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMFILELIST / TFRMFILELIST.txt
Text File  |  2002-06-14  |  8KB  |  372 lines

  1. object frmFileList: TfrmFileList
  2.   Left = 284
  3.   Top = 163
  4.   Width = 377
  5.   Height = 386
  6.   HelpContext = 5
  7.   Caption = 'Edit List of Files'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 386
  10.   Constraints.MinWidth = 355
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   DesignSize = (
  24.     369
  25.     359)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Button1: TButton
  29.     Left = 132
  30.     Top = 335
  31.     Width = 75
  32.     Height = 21
  33.     Anchors = [akRight, akBottom]
  34.     Caption = '&Ok'
  35.     ModalResult = 1
  36.     TabOrder = 2
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 212
  41.     Top = 335
  42.     Width = 75
  43.     Height = 21
  44.     Anchors = [akRight, akBottom]
  45.     Caption = '&Apply'
  46.     Default = True
  47.     TabOrder = 3
  48.     OnClick = Button2Click
  49.   end
  50.   object Button3: TButton
  51.     Left = 292
  52.     Top = 335
  53.     Width = 75
  54.     Height = 21
  55.     Anchors = [akRight, akBottom]
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 4
  60.     OnClick = Button3Click
  61.   end
  62.   object TreeView1: TTreeView
  63.     Left = 0
  64.     Top = 26
  65.     Width = 197
  66.     Height = 305
  67.     Anchors = [akLeft, akTop, akRight, akBottom]
  68.     DragMode = dmAutomatic
  69.     HideSelection = False
  70.     Images = frmCDLabMain.ImageList1
  71.     Indent = 19
  72.     MultiSelect = True
  73.     MultiSelectStyle = [msControlSelect, msShiftSelect, msVisibleOnly]
  74.     PopupMenu = PopupMenu1
  75.     TabOrder = 0
  76.     OnChange = TreeView1Change
  77.     OnDragDrop = TreeView1DragDrop
  78.     OnDragOver = TreeView1DragOver
  79.     OnEditing = TreeView1Editing
  80.     OnExit = TreeView1Exit
  81.     OnMouseDown = TreeView1MouseDown
  82.   end
  83.   object ToolBar1: TToolBar
  84.     Left = 0
  85.     Top = 0
  86.     Width = 369
  87.     Height = 26
  88.     AutoSize = True
  89.     Caption = 'ToolBar1'
  90.     EdgeBorders = [ebTop, ebBottom]
  91.     Flat = True
  92.     Images = frmCDLabMain.ImageList1
  93.     ParentShowHint = False
  94.     ShowHint = True
  95.     TabOrder = 5
  96.     object ToolButton1: TToolButton
  97.       Left = 0
  98.       Top = 0
  99.       Action = ANew
  100.     end
  101.     object ToolButton2: TToolButton
  102.       Left = 23
  103.       Top = 0
  104.       Action = ARename
  105.     end
  106.     object ToolButton3: TToolButton
  107.       Left = 46
  108.       Top = 0
  109.       Action = ADelete
  110.     end
  111.     object ToolButton4: TToolButton
  112.       Left = 69
  113.       Top = 0
  114.       Width = 8
  115.       Caption = 'ToolButton4'
  116.       ImageIndex = 16
  117.       Style = tbsDivider
  118.     end
  119.     object ToolButton10: TToolButton
  120.       Left = 77
  121.       Top = 0
  122.       Action = AMoveUp
  123.     end
  124.     object ToolButton11: TToolButton
  125.       Left = 100
  126.       Top = 0
  127.       Action = AMoveDown
  128.     end
  129.     object ToolButton9: TToolButton
  130.       Left = 123
  131.       Top = 0
  132.       Width = 8
  133.       Caption = 'ToolButton9'
  134.       ImageIndex = 0
  135.       Style = tbsSeparator
  136.     end
  137.     object ToolButton8: TToolButton
  138.       Left = 131
  139.       Top = 0
  140.       Action = AReadDrive
  141.     end
  142.   end
  143.   object Panel1: TPanel
  144.     Left = 198
  145.     Top = 24
  146.     Width = 171
  147.     Height = 307
  148.     Anchors = [akTop, akRight, akBottom]
  149.     BevelInner = bvRaised
  150.     BevelOuter = bvLowered
  151.     TabOrder = 1
  152.     object RadioGroup1: TRadioGroup
  153.       Left = 8
  154.       Top = 8
  155.       Width = 157
  156.       Height = 69
  157.       Hint = 'Click to change item type'
  158.       Caption = ' Node Type '
  159.       Items.Strings = (
  160.         'Folder / Group'
  161.         'File / Item')
  162.       TabOrder = 0
  163.       OnClick = RadioGroup1Click
  164.     end
  165.     object GroupBox1: TGroupBox
  166.       Left = 8
  167.       Top = 80
  168.       Width = 157
  169.       Height = 221
  170.       Caption = ' Settings '
  171.       TabOrder = 1
  172.       object Bevel2: TBevel
  173.         Left = 8
  174.         Top = 72
  175.         Width = 137
  176.         Height = 45
  177.         Shape = bsBottomLine
  178.       end
  179.       object Bevel1: TBevel
  180.         Left = 8
  181.         Top = 16
  182.         Width = 137
  183.         Height = 53
  184.         Shape = bsBottomLine
  185.       end
  186.       object Label1: TLabel
  187.         Left = 12
  188.         Top = 44
  189.         Width = 56
  190.         Height = 13
  191.         Caption = 'Max. levels:'
  192.       end
  193.       object Label2: TLabel
  194.         Left = 12
  195.         Top = 76
  196.         Width = 43
  197.         Height = 13
  198.         Caption = 'Columns:'
  199.       end
  200.       object SpeedButton1: TSpeedButton
  201.         Left = 12
  202.         Top = 168
  203.         Width = 129
  204.         Height = 22
  205.         Hint = 'Change folder / group font'
  206.         Caption = 'Folder / Group font'
  207.         OnClick = SpeedButton1Click
  208.       end
  209.       object SpeedButton2: TSpeedButton
  210.         Left = 12
  211.         Top = 192
  212.         Width = 129
  213.         Height = 22
  214.         Hint = 'Change file / item font'
  215.         Caption = 'File / Item font'
  216.         OnClick = SpeedButton1Click
  217.       end
  218.       object Bevel3: TBevel
  219.         Left = 8
  220.         Top = 116
  221.         Width = 137
  222.         Height = 45
  223.         Shape = bsBottomLine
  224.       end
  225.       object CheckBox1: TCheckBox
  226.         Left = 10
  227.         Top = 20
  228.         Width = 131
  229.         Height = 17
  230.         Hint = 'Read only directories'
  231.         Alignment = taLeftJustify
  232.         Caption = 'Only directories:'
  233.         TabOrder = 0
  234.         OnClick = CheckBox1Click
  235.       end
  236.       object SpinEdit1: TSpinEdit
  237.         Left = 100
  238.         Top = 40
  239.         Width = 45
  240.         Height = 22
  241.         Hint = 'Max. number of levels to read (0 = only root)'
  242.         MaxValue = 7
  243.         MinValue = 0
  244.         TabOrder = 1
  245.         Value = 3
  246.         OnChange = SpinEdit1Change
  247.       end
  248.       object SpinEdit2: TSpinEdit
  249.         Left = 100
  250.         Top = 72
  251.         Width = 45
  252.         Height = 22
  253.         Hint = 'Numbers of columns to show'
  254.         MaxValue = 5
  255.         MinValue = 1
  256.         TabOrder = 2
  257.         Value = 3
  258.       end
  259.       object CheckBox2: TCheckBox
  260.         Left = 10
  261.         Top = 96
  262.         Width = 131
  263.         Height = 17
  264.         Hint = 'Draw column separator'
  265.         Alignment = taLeftJustify
  266.         Caption = 'Column separators:'
  267.         TabOrder = 3
  268.       end
  269.       object CheckBox3: TCheckBox
  270.         Left = 10
  271.         Top = 120
  272.         Width = 131
  273.         Height = 17
  274.         Hint = 'Draw list on front side'
  275.         Alignment = taLeftJustify
  276.         Caption = 'Draw on front side:'
  277.         TabOrder = 4
  278.       end
  279.       object CheckBox4: TCheckBox
  280.         Left = 10
  281.         Top = 140
  282.         Width = 131
  283.         Height = 17
  284.         Hint = 'Draw list on back side'
  285.         Alignment = taLeftJustify
  286.         Caption = 'Draw on back side:'
  287.         TabOrder = 5
  288.       end
  289.     end
  290.   end
  291.   object ActionList1: TActionList
  292.     Images = frmCDLabMain.ImageList1
  293.     Left = 92
  294.     Top = 72
  295.     object ANew: TAction
  296.       Caption = 'New'
  297.       Hint = 'New item'
  298.       ImageIndex = 0
  299.       ShortCut = 16429
  300.       OnExecute = ANewExecute
  301.     end
  302.     object ARename: TAction
  303.       Caption = 'Rename'
  304.       Hint = 'Rename item'
  305.       ImageIndex = 29
  306.       ShortCut = 113
  307.       OnExecute = ARenameExecute
  308.     end
  309.     object ADelete: TAction
  310.       Caption = 'Delete'
  311.       Hint = 'Delete item(s)'
  312.       ImageIndex = 15
  313.       ShortCut = 16430
  314.       OnExecute = ADeleteExecute
  315.     end
  316.     object AReadDrive: TAction
  317.       Caption = 'Read drive/CDDB'
  318.       Hint = 'Read drive/CDDB'
  319.       ImageIndex = 26
  320.       OnExecute = AReadDriveExecute
  321.     end
  322.     object AMoveUp: TAction
  323.       Caption = 'Move Up'
  324.       Hint = 'Move item up'
  325.       ImageIndex = 20
  326.       OnExecute = AMoveUpExecute
  327.     end
  328.     object AMoveDown: TAction
  329.       Caption = 'Move Down'
  330.       Hint = 'Move item down'
  331.       ImageIndex = 21
  332.       OnExecute = AMoveUpExecute
  333.     end
  334.     object ASelectAll: TAction
  335.       Caption = 'Select &All'
  336.       Hint = 'Select all'
  337.       ShortCut = 16449
  338.       OnExecute = ASelectAllExecute
  339.     end
  340.   end
  341.   object PopupMenu1: TPopupMenu
  342.     Left = 48
  343.     Top = 100
  344.     object New1: TMenuItem
  345.       Action = ANew
  346.     end
  347.     object Rename1: TMenuItem
  348.       Action = ARename
  349.     end
  350.     object Delete1: TMenuItem
  351.       Action = ADelete
  352.     end
  353.     object N1: TMenuItem
  354.       Caption = '-'
  355.     end
  356.     object SelectAll1: TMenuItem
  357.       Action = ASelectAll
  358.     end
  359.   end
  360.   object FD: TFontDialog
  361.     Font.Charset = DEFAULT_CHARSET
  362.     Font.Color = clWindowText
  363.     Font.Height = -11
  364.     Font.Name = 'MS Sans Serif'
  365.     Font.Style = []
  366.     MinFontSize = 0
  367.     MaxFontSize = 0
  368.     Left = 88
  369.     Top = 128
  370.   end
  371. end
  372.